XFINIUM.PDF Documentation
PdfExponentialFunction Constructor(Double[],Double[],Int32)



An array of N numbers defining the function result when x = 0.0.
An array of N numbers defining the function result when x = 1.0.
The interpolation exponent. Each input value x will return n values.
Initializes new PdfExponentialFunction object.
Syntax
'Declaration
 
Public Function New( _
   ByVal c0() As Double, _
   ByVal c1() As Double, _
   ByVal exponent As Integer _
)
'Usage
 
Dim c0() As Double
Dim c1() As Double
Dim exponent As Integer
 
Dim instance As New PdfExponentialFunction(c0, c1, exponent)
public PdfExponentialFunction( 
   double[] c0,
   double[] c1,
   int exponent
)
public:
PdfExponentialFunction( 
   array<double>^ c0,
   array<double>^ c1,
   int exponent
)

Parameters

c0
An array of N numbers defining the function result when x = 0.0.
c1
An array of N numbers defining the function result when x = 1.0.
exponent
The interpolation exponent. Each input value x will return n values.
Requirements

Supported .NET Platforms: .NET 2.0 - .NET 4.6, Windows Forms, ASP.NET, Windows Presentation Foundation 4.x, Silverlight 5, WinRT, Universal Windows Platform, Windows Phone 8 & 8.1, Xamarin iOS & Android, Portable Class Library


Target Platforms:Windows 10, Windows 8.1, Windows 8 , Windows 7, Windows Vista SP1 or later, Windows Server 2008, Windows Server 2008 R2

See Also

Reference

PdfExponentialFunction Class
PdfExponentialFunction Members
Overload List

Send Feedback